Release notes

2022r3

Additional fields in GET transmission calls of on-demand schedule API

From this version, in the response of the

  • GET call to search for a specific on-demand transmission ((GET /onDemandTransmissions/:onDemandTransmissionId:)

  • GET call to search for on-demand transmissions (GET /onDemandTransmissions),

of the on-demand schedule API, additional fields have been added:

  • mediaAssetId: the external reference of the media asset linked to the transmission

  • contentType: the description of the type of content, for example program, episode etc.

  • exploitationRightId: the external reference of the right linked to the transmission

This caused changes to the YAML so it is recommended to execute the call to get the newest version of the YAML.

2020r1.002.000

API version: v1.0.0

External reference cannot be cleared by BAPI

Within any POST and PUT call, if a an attribute is sent empty, WHATS'ON will clear that field. Previously, this was also possible with the external reference of a transmission.

Now, this is fixed. When no external reference is provided but the attribute is sent empty or null, we will ignore that tag and proceed as if there was no ID field (external reference) provided. This means that it should remain as is in a PUT call or return a new one in a POST call.

2019r1.000.000

API version: v1.0.0

Addition of On-demand schedule API

From this version on, it is possible to manage on-demand transmissions using the On-demand schedule API.